type github.com/jackc/pgx/v5/pgtype.wrapTimeEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1509: 		return &wrapTimeEncodePlan{}, timeWrapper(value), true
		pgtype.go#L1663: type wrapTimeEncodePlan struct {
		pgtype.go#L1667: func (plan *wrapTimeEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1669: func (plan *wrapTimeEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {